\(\int \frac {\text {arcsinh}(a x)}{x^5} \, dx\) [10]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [F]
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [F(-1)]

Optimal result

Integrand size = 8, antiderivative size = 56 \[ \int \frac {\text {arcsinh}(a x)}{x^5} \, dx=-\frac {a \sqrt {1+a^2 x^2}}{12 x^3}+\frac {a^3 \sqrt {1+a^2 x^2}}{6 x}-\frac {\text {arcsinh}(a x)}{4 x^4} \]

[Out]

-1/4*arcsinh(a*x)/x^4-1/12*a*(a^2*x^2+1)^(1/2)/x^3+1/6*a^3*(a^2*x^2+1)^(1/2)/x

Rubi [A] (verified)

Time = 0.02 (sec) , antiderivative size = 56, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.375, Rules used = {5776, 277, 270} \[ \int \frac {\text {arcsinh}(a x)}{x^5} \, dx=-\frac {a \sqrt {a^2 x^2+1}}{12 x^3}+\frac {a^3 \sqrt {a^2 x^2+1}}{6 x}-\frac {\text {arcsinh}(a x)}{4 x^4} \]

[In]

Int[ArcSinh[a*x]/x^5,x]

[Out]

-1/12*(a*Sqrt[1 + a^2*x^2])/x^3 + (a^3*Sqrt[1 + a^2*x^2])/(6*x) - ArcSinh[a*x]/(4*x^4)

Rule 270

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c*x)^(m + 1)*((a + b*x^n)^(p + 1)/(a*
c*(m + 1))), x] /; FreeQ[{a, b, c, m, n, p}, x] && EqQ[(m + 1)/n + p + 1, 0] && NeQ[m, -1]

Rule 277

Int[(x_)^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[x^(m + 1)*((a + b*x^n)^(p + 1)/(a*(m + 1))), x]
 - Dist[b*((m + n*(p + 1) + 1)/(a*(m + 1))), Int[x^(m + n)*(a + b*x^n)^p, x], x] /; FreeQ[{a, b, m, n, p}, x]
&& ILtQ[Simplify[(m + 1)/n + p + 1], 0] && NeQ[m, -1]

Rule 5776

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[(d*x)^(m + 1)*((a + b*ArcS
inh[c*x])^n/(d*(m + 1))), x] - Dist[b*c*(n/(d*(m + 1))), Int[(d*x)^(m + 1)*((a + b*ArcSinh[c*x])^(n - 1)/Sqrt[
1 + c^2*x^2]), x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0] && NeQ[m, -1]

Rubi steps \begin{align*} \text {integral}& = -\frac {\text {arcsinh}(a x)}{4 x^4}+\frac {1}{4} a \int \frac {1}{x^4 \sqrt {1+a^2 x^2}} \, dx \\ & = -\frac {a \sqrt {1+a^2 x^2}}{12 x^3}-\frac {\text {arcsinh}(a x)}{4 x^4}-\frac {1}{6} a^3 \int \frac {1}{x^2 \sqrt {1+a^2 x^2}} \, dx \\ & = -\frac {a \sqrt {1+a^2 x^2}}{12 x^3}+\frac {a^3 \sqrt {1+a^2 x^2}}{6 x}-\frac {\text {arcsinh}(a x)}{4 x^4} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.01 (sec) , antiderivative size = 40, normalized size of antiderivative = 0.71 \[ \int \frac {\text {arcsinh}(a x)}{x^5} \, dx=\frac {a x \sqrt {1+a^2 x^2} \left (-1+2 a^2 x^2\right )-3 \text {arcsinh}(a x)}{12 x^4} \]

[In]

Integrate[ArcSinh[a*x]/x^5,x]

[Out]

(a*x*Sqrt[1 + a^2*x^2]*(-1 + 2*a^2*x^2) - 3*ArcSinh[a*x])/(12*x^4)

Maple [A] (verified)

Time = 0.01 (sec) , antiderivative size = 50, normalized size of antiderivative = 0.89

method result size
parts \(-\frac {\operatorname {arcsinh}\left (a x \right )}{4 x^{4}}+\frac {a \left (-\frac {\sqrt {a^{2} x^{2}+1}}{3 x^{3}}+\frac {2 a^{2} \sqrt {a^{2} x^{2}+1}}{3 x}\right )}{4}\) \(50\)
derivativedivides \(a^{4} \left (-\frac {\operatorname {arcsinh}\left (a x \right )}{4 a^{4} x^{4}}-\frac {\sqrt {a^{2} x^{2}+1}}{12 a^{3} x^{3}}+\frac {\sqrt {a^{2} x^{2}+1}}{6 a x}\right )\) \(56\)
default \(a^{4} \left (-\frac {\operatorname {arcsinh}\left (a x \right )}{4 a^{4} x^{4}}-\frac {\sqrt {a^{2} x^{2}+1}}{12 a^{3} x^{3}}+\frac {\sqrt {a^{2} x^{2}+1}}{6 a x}\right )\) \(56\)

[In]

int(arcsinh(a*x)/x^5,x,method=_RETURNVERBOSE)

[Out]

-1/4*arcsinh(a*x)/x^4+1/4*a*(-1/3/x^3*(a^2*x^2+1)^(1/2)+2/3*a^2/x*(a^2*x^2+1)^(1/2))

Fricas [A] (verification not implemented)

none

Time = 0.27 (sec) , antiderivative size = 49, normalized size of antiderivative = 0.88 \[ \int \frac {\text {arcsinh}(a x)}{x^5} \, dx=\frac {{\left (2 \, a^{3} x^{3} - a x\right )} \sqrt {a^{2} x^{2} + 1} - 3 \, \log \left (a x + \sqrt {a^{2} x^{2} + 1}\right )}{12 \, x^{4}} \]

[In]

integrate(arcsinh(a*x)/x^5,x, algorithm="fricas")

[Out]

1/12*((2*a^3*x^3 - a*x)*sqrt(a^2*x^2 + 1) - 3*log(a*x + sqrt(a^2*x^2 + 1)))/x^4

Sympy [F]

\[ \int \frac {\text {arcsinh}(a x)}{x^5} \, dx=\int \frac {\operatorname {asinh}{\left (a x \right )}}{x^{5}}\, dx \]

[In]

integrate(asinh(a*x)/x**5,x)

[Out]

Integral(asinh(a*x)/x**5, x)

Maxima [A] (verification not implemented)

none

Time = 0.20 (sec) , antiderivative size = 49, normalized size of antiderivative = 0.88 \[ \int \frac {\text {arcsinh}(a x)}{x^5} \, dx=\frac {1}{12} \, {\left (\frac {2 \, \sqrt {a^{2} x^{2} + 1} a^{2}}{x} - \frac {\sqrt {a^{2} x^{2} + 1}}{x^{3}}\right )} a - \frac {\operatorname {arsinh}\left (a x\right )}{4 \, x^{4}} \]

[In]

integrate(arcsinh(a*x)/x^5,x, algorithm="maxima")

[Out]

1/12*(2*sqrt(a^2*x^2 + 1)*a^2/x - sqrt(a^2*x^2 + 1)/x^3)*a - 1/4*arcsinh(a*x)/x^4

Giac [A] (verification not implemented)

none

Time = 0.26 (sec) , antiderivative size = 77, normalized size of antiderivative = 1.38 \[ \int \frac {\text {arcsinh}(a x)}{x^5} \, dx=\frac {{\left (3 \, {\left (x {\left | a \right |} - \sqrt {a^{2} x^{2} + 1}\right )}^{2} - 1\right )} a^{3} {\left | a \right |}}{3 \, {\left ({\left (x {\left | a \right |} - \sqrt {a^{2} x^{2} + 1}\right )}^{2} - 1\right )}^{3}} - \frac {\log \left (a x + \sqrt {a^{2} x^{2} + 1}\right )}{4 \, x^{4}} \]

[In]

integrate(arcsinh(a*x)/x^5,x, algorithm="giac")

[Out]

1/3*(3*(x*abs(a) - sqrt(a^2*x^2 + 1))^2 - 1)*a^3*abs(a)/((x*abs(a) - sqrt(a^2*x^2 + 1))^2 - 1)^3 - 1/4*log(a*x
 + sqrt(a^2*x^2 + 1))/x^4

Mupad [F(-1)]

Timed out. \[ \int \frac {\text {arcsinh}(a x)}{x^5} \, dx=\int \frac {\mathrm {asinh}\left (a\,x\right )}{x^5} \,d x \]

[In]

int(asinh(a*x)/x^5,x)

[Out]

int(asinh(a*x)/x^5, x)